home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 September (IDG) / Sep99.iso / MarkzScout™ 14-day trial / Rules / Is there more than 1 path i.gcc < prev    next >
Encoding:
Text File  |  1999-07-19  |  170 b   |  5 lines  |  [Rule/MSCT]

  1. DEFINE RULE "Is there more than 1 path in the file" FOR DOCUMENT
  2. ASK "Is there more than 1 path in the file"
  3.  
  4. NOT (PATH_COUNT IS UNDEFINED) AND (PATH_COUNT > 1)
  5. ENDDEFINE